CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab hough

搜索资源列表

  1. LaneDetect

    0下载:
  2. 用Hough变换检测车道直线,用MATLAB自带的Hough(),houghlines(),houghpeaks()实现-Lane with a straight line Hough transform detection, using MATLAB' s own Hough (), houghlines (), houghpeaks () to achieve
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:598
    • 提供者:
  1. ght

    1下载:
  2. 这是一个自己写的广义霍夫变换提取不规则不提边缘的方法,希望大家喜欢-This is a generalized Hough transform to write their own not to mention irregular edge extraction method, hope you like
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:114593
    • 提供者:蒋飞云
  1. iris_location

    0下载:
  2. 用hough和最小二乘法实现虹膜的定位,用matlab实现,非常成功的例子-Hough and least squares method used to achieve the positioning of the iris, using matlab to achieve very successful examples of
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:317731
    • 提供者:xiaozhang
  1. houghline.m

    0下载:
  2. 对读入的图片做霍夫变换,识别出图片中的直线并输出。-Do the Hough Transform to the input image, that is to detect lines in the input image, and output those lines.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:2012
    • 提供者:Andy Qin
  1. hough-matlab

    0下载:
  2. Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Hough transform image space and Hough parameter space points- line detection problem in image space to parameter space duality. Through the simple accumul
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:7779
    • 提供者:马立静
  1. HoughCircle

    0下载:
  2. matlab进行霍夫变换检测圆...未使用matlab的源码-matlab for Hough transform to detect circles ... not use the source code matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1207
    • 提供者:丽丽
  1. matlab

    0下载:
  2. matlab 进行图像的hough变换提取直线一共有3个工程文件 一次下来都可以试运行!!保证可以的!-hough transform matlab image to extract the straight line, a total of three project files at once down can test run! ! Guarantee!
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:492733
    • 提供者:王子
  1. hough2

    0下载:
  2. 用MATLAB编程,进行二维图像的哈夫变换直线检测-Using MATLAB programming for two-dimensional image of the Hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1399
    • 提供者:xiaoyang
  1. ch7_2_3

    0下载:
  2. 在图像分割中,利用Hough变换进行直线提取的matlab源程序。提取方法不同于一般的边缘检测算法。-In image segmentation using Hough transform for straight line extraction matlab source. Extraction method is different from the general edge detection algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1299
    • 提供者:cwb
  1. houghcircle

    0下载:
  2. Find circles with specific radius in a binary image via Standard Hough Transform.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1431
    • 提供者:龙鹏
  1. A2008

    0下载:
  2. awimg=rgb2gray(im1) tic [accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50) circen toc figure(1) imagesc(accum) axis image title( Accumulation Array from Circular Hough Transform ) figure(2) imagesc(rawimg) co
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:14876
    • 提供者:money
  1. lan1

    1下载:
  2. 车牌识别方法,对图像进行与预处理,使其为我们所要的尺寸,并进行HOUGH变换,使其更易分辨出来。-License Plate Recognition Method of images and pre-processing to make it for us to size, and HOUGH transform, to make it easier to be identified.
  3. 所属分类:Graph Recognize

    • 发布日期:2016-11-24
    • 文件大小:2731
    • 提供者:兰天
  1. Local

    0下载:
  2. 用于虹膜图像处理过程中的定位过程,采用二值化结合hough变化方法进行虹膜区域的定位-For the iris image processing positioning process, combined with the use of binarization methods hough change the positioning of the iris region
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:17207
    • 提供者:汪琨
  1. hough

    0下载:
  2. matlab环境下的hough变化,大家可以用一用!-hough under matlab environment changes, we could use a use!
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:1700
    • 提供者:zlkecy
  1. CircularEdgeHough_Detection_Matlab

    0下载:
  2. 圆的hough变换边缘检测及提取,Matlab程序,对图像方面的研究和学习有一定帮助。-Hough transform circle edge detection and extraction, Matlab program, the image of research and learning have some help.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:111141
    • 提供者:nickzhlf
  1. houghcircle

    0下载:
  2. (站长你好,本人上传的第一个程序有误麻烦删除) 基于Matlab的标准Hough变换来实现圆检测的源程序。-(Head Hello, I uploaded the first procedure to delete an error trouble) Matlab-based standards to achieve the circular Hough transform detection of the source.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1489
    • 提供者:小蔡
  1. Photo

    2下载:
  2. 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-29
    • 文件大小:1991623
    • 提供者:郭东
  1. hough1

    0下载:
  2. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1668
    • 提供者:wuhao3424
  1. HoughForCricle

    0下载:
  2. Hough变换在圆检测中的应用,MATLAB程序源代码。-Hough transform in a round Detection, MATLAB source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:14226
    • 提供者:silen
  1. Simulation_System_of_Unknown_Environmen

    0下载:
  2. :以matlab工具箱的形式给出了静态及动态未知环境下移动机器人地图构建的仿真研究平 台。通过分析polaroid6500声纳、电子罗盘、编码器等传感器的工作原理建立了参数可调的传感器 模型。这些传感器为机器人提供位姿及环境信息。在分析已有基于hough变换的线段提取算法的基 础上提出了抑止。杂线段。现象的CIHT[Clus~r Inhibiting Hough Transform]算法.采用cIHT 对声蚋信息作环境特征提取,便于开展基于环境特征的未知环境地图构建算法方面的研究
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:358565
    • 提供者:xuyuhua
« 1 2 3 4 5 6 78 9 10 11 12 ... 28 »
搜珍网 www.dssz.com